home *** CD-ROM | disk | FTP | other *** search
ASP.NET Web Form | 2002-03-18 | 1020 b | 25 lines |
- <%@ Page Language="vb" AutoEventWireup="false" Codebehind="TraceForm.aspx.vb" Inherits="AspnetApplications.TraceForm" trace="True" traceMode="SortByCategory" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <HTML>
- <HEAD>
- <title>TraceForm</title>
- <meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
- <meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
- <meta name="vs_defaultClientScript" content="JavaScript">
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
- </HEAD>
- <body>
- <FORM id="Form1" method="post" runat="server">
- <H1>Trace demo</H1>
- <P>This page shows a few Trace object features.</P>
- <P> </P>
- <P>
- <asp:Label id="lblTime" runat="server"></asp:Label></P>
- <P>
- <asp:Button id="btnRefresh" runat="server" Text="Refresh"></asp:Button></P>
- <P>Type a different string to cache a new page
- <asp:TextBox id="txtValue" runat="server"></asp:TextBox></P>
- </FORM>
- </body>
- </HTML>
-